module teapo.build.functions {
export function embedFile(file: string) {
var text = processTemplate.mainDrive.read(file);
return text;
}